ImGroup Constructor (String) |
Initializes a new instance of the ImGroup class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ImGroup(
string displayName
)
Public Sub New (
displayName As String
)
Parameters
- displayName
- Type: SystemString
The display name.
See Also